home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / mail.485 < prev    next >
Text File  |  1992-02-06  |  1KB  |  47 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fmodern Ohlfs;}
  2. \paperw13040
  3. \paperh10200
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx1152\tx2304\tx3456\tx4608\tx5760\tx6912\tx8064\tx9216\tx10368\tx11520\f0\b0\i0\ul0\fs28 UUCP major relay\
  8. \
  9. Q: How do I specify that mail to an unknown domain, host, or user should be forwarded, using UUCP, to a specific other machine?\
  10. \
  11. A: Only two minor changes are needed in the sendmail.cf file in order to set this up.\
  12. \
  13. Change\
  14. \
  15.     # major relay mailer\
  16.     DMether\
  17. \
  18. to\
  19. \
  20.     # major relay mailer\
  21.     DMuucp\
  22. \
  23. This specifies uucp as the “major relay mailer” medium rather than the default of the ethernet.  (The D indicates a macro definition; M is the name of the macro, and uucp is the value of the M macro.)\
  24. \
  25. Also change\
  26. \
  27.     # major relay host\
  28.     DRmailhost\
  29.     CRmailhost\
  30. \
  31. to\
  32. \
  33.     # major relay host\
  34.     DRuucpserver\
  35.     CRuucpserver\
  36.     \
  37. where uucpserver is the name of the machine that will forward mail to the unknown hosts.  (Here, we define a macro [D] called R, and also define a class [C] called R.  The values of the macro and of the class happen to be the same [uucpserver]; the name spaces of macros and of classes are separate.)\
  38. \
  39. QA485\
  40. \
  41. Valid for 1.0 \
  42. Valid for 2.0 \
  43.  
  44. \fc0 \
  45.  
  46.  
  47.